Convert(TTarget) Method (ConversionProfile<TTarget>)
Converts the specified target.
'Declaration
Public Overloads Function Convert( _
ByVal As TTarget _
) As Boolean
public bool Convert(
TTarget
)
public: bool Convert(
TTarget*
)
public:
bool Convert(
TTarget^
)
Parameters
- target
- The target.
Return Value
True if conversion successfully; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5